home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
database
/
castr50.zip
/
_SETUP.1
/
NFL Forecaster.exe
/
0
/
RCDATA
/
TZEROMAINDATADLG
/
TZEROMAINDATADLG.txt
Wrap
Text File
|
1997-07-15
|
3KB
|
154 lines
object ZeroMainDataDlg: TZeroMainDataDlg
Left = 246
Top = 111
HelpContext = 380
ActiveControl = InputFileEdit
BorderStyle = bsDialog
Caption = ' NFL Forecaster: Zero Main Data'
ClientHeight = 310
ClientWidth = 386
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 12
Top = 8
Width = 362
Height = 49
Shape = bsFrame
end
object WarningLabel: TLabel
Left = 21
Top = 20
Width = 244
Height = 33
Alignment = taCenter
AutoSize = False
Caption = 'WARNING! YOU NEED TO USE THIS FUNCTION ONLY ONCE A YEAR.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Bevel2: TBevel
Left = 12
Top = 73
Width = 362
Height = 224
Shape = bsFrame
end
object InputFileLabel: TLabel
Left = 24
Top = 93
Width = 59
Height = 13
AutoSize = False
Caption = '&File Name:'
FocusControl = InputFileEdit
end
object InfoLabel: TLabel
Left = 46
Top = 125
Width = 293
Height = 36
AutoSize = False
Caption =
'Usually, you KEEP the rankings and the input file is the last we' +
'ekly archive file of the season (for example, WEEK-17.96).'
WordWrap = True
end
object KeepLabel: TLabel
Left = 24
Top = 171
Width = 256
Height = 40
AutoSize = False
Caption =
'KEEP sets Pts+, Pts-, Avg+, Avg-, %, Win, Loss and Tie to zero, ' +
'but keeps the Total, Off and Def rankings.'
WordWrap = True
end
object AverageLabel: TLabel
Left = 24
Top = 215
Width = 248
Height = 41
AutoSize = False
Caption =
'AVERAGE does what Keep does and gives every team equal, average ' +
'Total, Off and Def rankings.'
WordWrap = True
end
object CancelBtn: TButton
Left = 290
Top = 260
Width = 65
Height = 24
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object HelpBtn: TButton
Left = 290
Top = 20
Width = 65
Height = 25
Caption = '&Help'
TabOrder = 0
OnClick = HelpBtnClick
end
object InputFileEdit: TEdit
Left = 90
Top = 91
Width = 190
Height = 21
Ctl3D = True
ParentCtl3D = False
TabOrder = 1
Text = 'C:\NFL FORECASTER\WEEK-17.96'
end
object BrowseBtn: TButton
Left = 290
Top = 89
Width = 65
Height = 25
Caption = '&Browse'
TabOrder = 2
OnClick = BrowseBtnClick
end
object KeepBtn: TButton
Left = 290
Top = 171
Width = 65
Height = 25
Caption = '&Keep'
TabOrder = 3
OnClick = KeepOrAvgClick
end
object AverageBtn: TButton
Left = 290
Top = 215
Width = 65
Height = 26
Caption = '&Average'
TabOrder = 4
OnClick = KeepOrAvgClick
end
object OpenDlg: TOpenDialog
Filter = 'Archive Files|week*.*|Any File|*.*'
Options = [ofPathMustExist, ofFileMustExist]
Title = ' NFL Forecaster: Zero Main Data'
Left = 39
Top = 264
end
end